From 0dc0f924af4e57cd1a3da9693eb5f43e5a9e1f6b Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 16 Jul 2017 19:35:31 +0200 Subject: [PATCH] Fix typo in zsh _cargo completions --- src/etc/_cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index 7bb68880b..c2a2409fa 100644 --- a/src/etc/_cargo +++ b/src/etc/_cargo @@ -519,7 +519,7 @@ _benchmark_names() _get_names_from_array "bench" } -# These flags are mutally exclusive specifiers for the scope of a command; as +# These flags are mutually exclusive specifiers for the scope of a command; as # they are used in multiple places without change, they are expanded into the # appropriate command's `_arguments` where appropriate. set command_scope_spec -- 2.30.2